home *** CD-ROM | disk | FTP | other *** search
- if(!penalty)
- {
- penalty = true;
- animePts.box.pointField.text = main.pointOilBlock;
- gameMain.ptsCounter += main.pointOilBlock;
- gameMain.ptsCounter = gameMain.ptsCounter >= 0 ? gameMain.ptsCounter : 0;
- gameMain.gotoAndStop("slide");
- animePts._rotation = - _rotation;
- }
-